KeyedItem.containsChanges

Read-only property telling if this contains changes.

mixintemplate KeyedItem(ClusteredIndexAttribute = PrimaryKeyColumn)
final @property const nothrow pure @safe @nogc
bool
containsChanges
()
if (
isInstanceOf!(UniqueConstraintColumn, ClusteredIndexAttribute)
)

Return Value

Type: bool

true if this contains changes.

Meta